0.backup your files first before editing


1. You will need to edit the "index.php" in your gallery root directory to reflect the addition of the dmenu-

find:


case 'anycontent':
                if ($cat == 0) {
                    include('anycontent.php');
               }
                flush();
                break;

after add:

case 'dmenu':
                if ($cat == 0) {
                    include('dmenu.php');
               }
                flush();
                break;


2. Upload finder.css, finder.js, and dmenu.php into the gallery root directory ( /coppermine).
3. Upload all the images files to your images folder within coppermine ( /coppermine/images).
4. In admin mode enter the config section of coppermine, you will need to add "dmenu" in the order you wish it to appear.
Example of my config ( anycontent/lastup/breadcrumb/catlist/alblist/stats1/dmenu/ )
5. Thanks to Titooy & Rodinou 


Extra: I have 2 dmenu.php files included, one for version 1.3 and the other for version 1.4. Version 1.4 will needs to be renamed.
Extra2: I have tested with standalone 1.3 and it worked fine, but not with my bridge version of 1.3x?
Extra3: I have tested with bridge version 1.4 and it works fine